home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Electronic Messages / InfoMac Digests / InfoMac Vol. 6 / InfoMac 6.60 < prev    next >
Encoding:
Text File  |  1988-06-18  |  21.8 KB  |  557 lines  |  [TEXT/ttxt]

  1.  
  2.  
  3. INFO-MAC Digest          Sunday, 12 Jun 1988       Volume 6 : Issue 60
  4.  
  5. Today's Topics:
  6.           Fortran competition: Absoft, Mactran and MPW  (long)
  7.               tired of xbin dumping core ?? here is a fix.
  8.                            Re: InvisHDMainBo3b
  9.                           InvisiHDMainBo3B File
  10.                             Sound cdev patch
  11.                       BroadCast's shutdown feature
  12.                     Re: Appleworks->MacWrite Transfer
  13.                   More info on Dimmer/Mac ][/System 6.0
  14.                            Shutdown of OREGON1
  15.                         Bill Gates in Copenhagen
  16.                          MF Event Documentation
  17.                               MacMysteries
  18.                               Disassemblers
  19.                           International Sorting
  20.                                OCR-A font
  21.                 JIODone call at end of drvrCtl DA routine
  22.                                Asnyc Peek
  23.    Anyone know if Apple is planning to offer 1.6 Mb floppy capability?
  24.  
  25.  
  26. ----------------------------------------------------------------------
  27.  
  28. Date: 5 Jun 88 18:11:00 EST
  29. From: "Charles E. Bouldin" <bouldin@ceee-sed.arpa>
  30. Subject: Fortran competition: Absoft, Mactran and MPW  (long)
  31. Reply-to: "Charles E. Bouldin" <bouldin@ceee-sed.arpa>
  32.  
  33. I have been beta testing and/or using the 3 Fortran compilers for the Mac. In
  34. fact, this is taken from the article that I sent to Mactutor. First, the raw
  35. numbers on the tests that I ran. I chose to run the Sieve, Whetstone and
  36. LinPack. These are virtually universal tests of all Fortran compilers on all
  37. computers. These will tell a lot about the number crunching ability of these
  38. compilers, although virtually nothing about the integration of the compilers
  39. into the Mac environment. All tests were run on an upgraded 68020/881 Mac+
  40. with Novy systems board. This gives about Mac II speed. Table entries are
  41. always, top to bottom, DCM Mactran, Absoft, and Lang. SYS.
  42. With that said, the results:
  43.  
  44.                 Compile and Link Time           Code Size       Run time
  45.  
  46.  
  47. Sieve            5.2 sec DCM                    155K bytes      12.1 sec
  48.                  5.1 sec Absoft                  13K             9.8 sec
  49.                 29.0 sec Language Systems        49K            13.5 sec
  50.  
  51.  
  52. Whetstone       14.5 sec                        171K            16.0 sec
  53.                  7.8 sec                         19K            12.4 sec
  54.                 52.8 sec                         54K            12.4 sec
  55.  
  56. LinPack         11.5 sec                        160K            549K whets*
  57.                  6.3 sec                         16K            526K whets*
  58.                 40.2 sec                         49K            347K whet*
  59.  
  60. *On the whetstone test, the results are given in units of "whetstones" that
  61. reflect have many floating point operations were done. On the whetstone test,
  62. a larger number means FASTER execution. All other execution times are in
  63. seconds, where, of course, smaller number means faster.
  64.  
  65. Strictly by the numbers, Absoft is a clear winner on 7 of 9 tests, ties one
  66. and loses whetstone speed slightly to DCM Mactran 77. But, the numbers don't
  67. tell all. Absoft's bugginess is legendary. Their small code size is because
  68. their philosophy is to put zero support for the Mac environment in the runtime
  69. package; for example, the default runtime window is a simple "glass tty". If
  70. you want Mac features, you must do it yourself.
  71.  
  72. DCM suffers from the staggering 155K runtime library which is "dumb-linked"
  73. into your code. Thus, "hello, world" takes 156K. They even force you to carry
  74. the software floating point libraries around when you generate hardware
  75. floating point! No excuse for this, in my opinion. To be fair, part of the
  76. size is Mac environment stuff in the runtime libs.
  77.  
  78. MPW fortran (language systems) is slowest on compile and is intermediate in
  79. code size. I think they hit the correct balance on code size, but need to work
  80. on the compile speed. They are competitive on Sieve, lose big on whetstone,
  81. and actually win Linpack (12.37 secs to Absofts 12.44). Lotta bugs still in
  82. the beta compiler, however.
  83.  
  84. Easily the worst thing with all 3 compilers is the bugs. Folks on this net are
  85. well aware of the sad history of the Absoft compiler, but I also found code that
  86. DCM Mactran wouldn't compile which Absoft would. Lang. sys. compiler is still
  87. (beta, remember, I wanna be fair) easy to crash, either during compile or at
  88. runtime.
  89.  
  90. Bottom line for me: I am sticking with Absoft compiler, since I think I know
  91. most of the things to avoid at this point. Neither of the alternatives shows
  92. (yet) enough improvement for me to switch. Absoft will have a significantly
  93. improved 2.4 release in late summer, with a lot of bug fixes, so I am going to
  94. wait and see. If 2.4 doesn't fix known problems, then I will think again  about
  95. changing compilers.
  96.  
  97. ------------------------------
  98.  
  99. Date: Mon, 6 Jun 88 02:06:48 CDT
  100. From: werner@rascal.ics.utexas.edu (Werner Uhrig)
  101. Subject: tired of xbin dumping core ?? here is a fix.
  102.  
  103. if you use xbin on your UNIX-box to unhexify archived Macintosh files,
  104. you, probably, know that every so often xbin dumps core.
  105.  
  106. this is, usually, caused by the fact that the name of the file which
  107. xbin is trying to create contains characters which are not legal under UNIX.
  108.  
  109. this can be fixed why modifying xbin so that it does
  110. not try to create files with illegal characters.
  111.  
  112. below follows a diff-file of the necessary C-source changes to the xbin
  113. source-code (which can be found in the archives at SUMEX and, probably,
  114. on your machine somewhere, if the executable is available)
  115.  
  116.  
  117. 255,262c255,266
  118. <       /* get rid of troublesome characters */
  119. <       for (np = namebuf; *np; np++)
  120. <               if (*np == ' ' || *np == '/')
  121. <                       *np = '_';
  122. <
  123. <       sprintf(files.f_data, "%s.data", namebuf);
  124. <       sprintf(files.f_rsrc, "%s.rsrc", namebuf);
  125. <       sprintf(files.f_info, "%s.info", namebuf);
  126. ---
  127. >         /* get rid of troublesome characters */
  128. >         for (np = namebuf; *np; np++){
  129. >                 if (*np == ' ' || *np == '/' || *np == '!' ||
  130. >                 *np == '(' || *np == ')' || *np == '[' || *np == ']'
  131. >                 || *np == '*' || *np == '<' || *np == '>' ||
  132. >                 *np == '?' || *np == '\'' || *np == '"' || *np == '$')
  133. >                         *np = '_';
  134. >                 *np &= 0x7f;
  135. >         }
  136. >         sprintf(files.f_data, "%s.data", namebuf);
  137. >         sprintf(files.f_rsrc, "%s.rsrc", namebuf);
  138. >         sprintf(files.f_info, "%s.info", namebuf);
  139.  
  140. ------------------------------
  141.  
  142. Date: Mon, 6 Jun 88 09:38:38 edt
  143. From: moy@nrl-csr.arpa (Gene Moy)
  144. Subject: Re: InvisHDMainBo3b
  145.  
  146. This is in response to the following:
  147. I have a file called InvisiHDMainBo3b on my hard drive. It is in the
  148. >root directory. It takes up 325460 bytes in the data fork, and has no
  149. >resource fork. It is flagged as Invisible. I recognized the Bo3b as the
  150. >name of someone from Apple (see your TechNotes). What is this file? Do I
  151. >need it? It's taking up a lot of room.
  152. >
  153.  
  154. This file is created by Apple's HD Backup program.  It keeps track of
  155. files that have been backed up.  There is also a file on each of
  156. the diskettes InvisHDBo3b on each of the floppies used in the backup
  157. process.  The file starts out small if you do a complete backup around
  158. several hundred Bytes (yes Bytes, not KBytes).  Whe you do incremental
  159. backups, this file seem to get larger.  Does it have to be that large, I
  160. don't know.  I did delete this file on my hard disk and HD Backup did
  161. not think I had ever done any backups before.
  162.  
  163. ------------------------------
  164.  
  165. Date: Tue, 07 Jun 88 09:30:40 EDT
  166. From: Atul Butte <ST602397%BROWNVM.BITNET@Forsythe.Stanford.EDU>
  167. Subject: InvisiHDMainBo3B File
  168.  
  169.  
  170. Brian Schipper <claris!skip@ames.arc.nasa.gov> answered my question about
  171. that invisible file on Apple Hard Drives:
  172.  
  173. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  174.  
  175. To: ST602397@BROWNVM.BITNET
  176. Subject: Re: InvisiHDMainBo3b
  177.  
  178.  
  179. This file is used by Apple's HD Backup program to keep track of when
  180. and where each file has been backed up.  You'll need it if you want
  181. to do incremental backups from your last backup, or if you want to
  182. restore a file automatically.
  183.  
  184. UUCP: {ames,apple,portal,sun,voder}!claris!skip   Applelink: SCHIPPER1
  185. Arpanet: claris!skip@ames.arc.nasa.gov            Phone: 415-960-2618
  186.  
  187. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  188.  
  189.  
  190.  
  191.  
  192. _______________________________________________________________________
  193. Atul Butte
  194. Brown University           /-------\    /---------\
  195. .                          !  OK   !    !  CANCEL !
  196. .                          \-------/    \---------/
  197. ST602397%BROWNVM.BITNET@MITVMA.MIT.EDU
  198.  
  199. ------------------------------
  200.  
  201. Date:     Tue, 7 Jun 88 09:28:36 PDT
  202. From: PUGH@NMFECC.ARPA
  203. Subject: Sound cdev patch
  204.  
  205. For those of you receiving Apple's System 6.0, you might dislike the small
  206. size of the Sound cdev's selection window, as I did.  You can enlarge this
  207. with a couple of simple patches.  This is, of course, not recommended, so
  208. beware.
  209.  
  210. Open the Sound file with a disk editor and change
  211.  
  212.         0095 0062
  213. to      0095 00FD
  214.  
  215. and     009E 0054
  216. to      009E 00F1
  217.  
  218. What you are doing is to enlarge two DITL items in the Sound resources.
  219. This is a bit difficult to do in ResEdit due to the layering of other DITL
  220. items.  I used DeRez and Rez to change them and then compared them to get the
  221. patches since I can't distribute a modified piece of Apple's software.
  222.  
  223. Jon
  224.  
  225. ------------------------------
  226.  
  227. Date: Wed, 8 Jun 88 21:59 MET
  228. From: JOACHIM LINDENBERG <JOACHIM@iravcl.ira.uka.de>
  229. Subject: BroadCast's shutdown feature
  230.  
  231. I got several mails concerned about the possibility to turn off
  232. a Macintosh remotely. Calm down...
  233.  
  234. *** NO ONE CAN SHUTDOWN YOUR MACINTOSH UNLESS YOU ALLOW TO ! ***
  235.  
  236. The shutdown mechanism is a runtime option, available on Mac IIs only.
  237. If used on Mac 512, +, SE only the shutdown dialog will be presented,
  238. power will remain on. There is a flag in the BroadCast globals called
  239. "shutdownenabled", that if true will allow shutdown messages to be
  240. processed. A shutdownmessage is simply an empty message.
  241.  
  242. *** NOTE THAT THIS FLAG IS OFF BY DEFAULT - YOU NEED A PROGRAM TO
  243.     SET IT (or enter the debugger) ! ***
  244.  
  245. The user interface of BroadCast makes no provision to enable or send
  246. such messages, as it has been implemented for use in our lab - used
  247. by undergrad students to learn programming - it allows the operators
  248. to turn all machines collectivelly off. A special program is required
  249. to enable/send these type of messages, ON BOTH MACHINES.
  250.  
  251. The feature is useless in a standard environment where the user should
  252. have complete control over the machine. I can't imageing that you'll
  253. need this feature. I mail you this information, that you get the feeling
  254. that none is able to shur your machine off without your consent.
  255.  
  256. Please mail all questions/suggestions/bugs to one of the addresses
  257. below, use the bitnet address given only to request a copy of broadcast.
  258.  
  259. Joachim
  260. -
  261. Joachim Lindenberg, Dept. of Computer Science, University of Karlsruhe
  262. Sommerstrasse 4, 7500 Karlsruhe 1, Federal Republic of Germany
  263. joachim@ira.uka.de, joachim@germany.csnet, ..!mcvax!unido!uka!joachim
  264.  
  265. ------------------------------
  266.  
  267. Date: Fri, 10 Jun 88 07:55:36 PDT
  268. From: halff@nprdc.arpa (Henry Halff)
  269. Subject: Re: Appleworks->MacWrite Transfer
  270.  
  271. > Date: Fri, 3 Jun 88 14:01 EST
  272. > From: JJ_KRAME%FANDM.BITNET@cunyvm.cuny.edu
  273. > Subject: Appleworks->Macwrite transfer
  274. >
  275. > Hello All,
  276. >
  277. > I need to transfer a large appleworks(Apple ][)file to Macwrite.  I have tried
  278. > Apple's file exchange and MacLink but have found that there is no suitable
  279. > translator.. Can anyone inform me of a simple method for completing this
  280. > task?   Any help would be appreciated.  Joe Kramer
  281. >
  282. > Bitnet: JJ_kramer@fandm
  283. > Consultant -- Franklin and Marshall College
  284. >
  285. Funny thing.  I had to do the same thing yesterday.  Here is my
  286. best solution.
  287.  
  288. 0.  Put a beer in the fridge.
  289.  
  290. 1.  On the ][, load Appleworks and bring the file up on the
  291. desktop.  Hit open-apple-P and choose the last alternative on the
  292. menu, namely, print to disk.  Make up a new file name and supply
  293. its full path name when Appleworks asks for it.  The file will be
  294. printed to disk in the Apple ]['s funny version of ASCII.
  295.  
  296. 2.  Get yourself an Apple ][ telecommunications program.  Figure
  297. out whether it runs under Prodos or DOS 3.3.
  298.  
  299. 3.  If the telecommunications program runs under DOS 3.3, use the
  300. PRODOS utilities to convert the file you created in step 1 to DOS
  301. 3.3.
  302.  
  303. 4.  Start the telecommunication program in the ][ and load a
  304. telecommunications program (like miniterm or Red Ryder) on your
  305. mac.
  306.  
  307. 5.  Hook the two machines together using modems or a null modem
  308. cable.  (How to make a null modem cable:  Plug the Apple ][
  309. imagewriter cable into the "telephone" jack on the back of the
  310. Apple ][.  Plug a regular modem cable into the "telephone" jack
  311. on the back of the mac.  Hook the two cables together with a
  312. female-female gender gender changer.  [How to make a female-
  313. female gender change:  Go down to Radio Shack ... .])
  314.  
  315. 6.  Set the two programs to communicate at the highest possible
  316. speed allowed by the programs/modems.
  317.  
  318. 7.  Start a text capture on the mac.  Have the Apple ][ transmit the
  319. file you created in Step 1, or the one you created in Step 3.
  320. (DO NOT USE AN ERROR CORRECTING PROTOCOL FOR THIS TRANSFER.)
  321. When the file has been sent, close the text capture on the mac.
  322.  
  323. 8.  On the mac, get into MacWrite and open the file you captured
  324. in Step 7.
  325.  
  326. 9.  Open the beer you put in the fridge in Step 0.  It's probably
  327. cold by now.
  328.  
  329. Hope this helps.
  330. hh
  331.  
  332. ------------------------------
  333.  
  334. Reply-to: pnet01!pro-simasd!pro-nsfmat!pro-la!pro-citadel!fredc@trout.
  335. Reply-to: nosc.mil
  336. Date: Sat, 11 Jun 88 04:58:01 PDT
  337. From: fredc@pro-citadel.cts.com (Fred Condo)
  338. Subject: More info on Dimmer/Mac ][/System 6.0
  339.  
  340. In an earlier message, I wrote that the Dimmer CDEV for the Mac ][, which is
  341. by Chris DeRossi of Apple, is incompatible with the new system release (6.0).
  342.  
  343. Further investigation has shown that the incompatibility comes about as a
  344. result of an interaction between Dimmer and the MacroMaker. You can use one or
  345. the other, but not both. Of course, since Dimmer is a Mac-][-only CDEV, this
  346. applies only to Mac ][s.
  347.  
  348. ------------------------------
  349.  
  350. Date: Wed, 08 Jun 88 16:39:18 PST
  351. From: "David Boyes (Network Postmaster)" <556@OREGON1>
  352. Subject: Shutdown of OREGON1
  353.  
  354. This is  primarily directed  at the BITNET  subscribers to  the Info-Mac
  355. Digest who receive  their digests from MAC-L@OREGON1, but  is of general
  356. interest to this forum as well.
  357.  
  358. Host OREGON1  is being shut  down by administrative fiat,  therefore all
  359. subscribers  receiving digests  from this  site will  be moved  to other
  360. servers over the next few days.  You shouldn't miss any digests, and the
  361. address for submissions is still Info-Mac@sumex-aim.Stanford.Edu.
  362.  
  363. Thank you  for your patience  in this manner. The  Administrative Empire
  364. won this round...
  365. ----------
  366.  
  367. David Boyes       (503) 686-4394     |BITNET: 556@OREGON1
  368. Systems Group                        |ARPA  : 556%OREGON1.BITNET@
  369. University of Oregon Computing Center|          CUNYVM.CUNY.EDU
  370.  
  371.   UUCP: [your fav backbone]...!tektronix!uoregon!oregon2!oregon1!556
  372.  
  373. ------------------------------
  374.  
  375. Date: Tue, 07 Jun 88 21:00:23 DNT
  376. From: Jakob Nielsen  Tech Univ of Denmark
  377. From: <DATJN%NEUVM1.BITNET@Forsythe.Stanford.EDU>
  378. Subject: Bill Gates in Copenhagen
  379.  
  380. Bill Gates (CEO of MicroSoft) was in Copenhagen yesterday and gave
  381. a talk on his views of the future in the IBM PC sector. He promoted
  382. graphical user interfaces and windows very heavily and tried to
  383. get everybody to jump on that bandwagon.
  384.  
  385. One of the major points of his presentation was a demo of PC-Excel
  386. which was indeed nice and has some features not in the present Mac version.
  387. Of most interest for this newsgroup may be the fact that Gates pointed
  388. to Excel as the exemplary application for the new hoped-for consistent
  389. user interfaces on the PS/2 (i.e. the same role as that played by MacWrite
  390. in the Mac world). On the basis of my experience at a recent ACM workshop
  391. on consistency,I asked Gates what other methods they would use to
  392. ensure consistent user interfaces. The answer was not really satisfactory
  393. but included a "MS Windows style Guide" (= Apple Human Interface Guidelines ??)
  394.  
  395. It certainly seems that the OS/2 will take people down somewhat the
  396. same road as that travelled by Mac users.
  397.  
  398. ------------------------------
  399.  
  400. Date: Sat, 4 Jun 88 13:23 EST
  401. From: <BELSLEY%BCVMS.BITNET@Forsythe.Stanford.EDU> (DAVID A. BELSLEY)
  402. Subject: MF Event Documentation
  403.  
  404. What are the sources available for documentation for the new Multifinder
  405. Event items; that is, WaitNextEvent, Resume, Suspend, etc?
  406.  
  407. a.  are there any non-ADPA sources, such as an add-on to Inside Macinosh?
  408. b.  are there any TechNotes that deal in detail with these items?
  409. c.  what is the relevant ADPA document name?
  410.  
  411. Many thanks to responders -  I know this stuff has been around for a while,
  412. but I've just encountered my first need for it.  I am a bit miffed that it
  413. doesn't seem to be available in the normal ways.  This is material that is
  414. highly akin to that of Inside Macintosh, and, to my way of thinking, ought
  415. to be similarly available.
  416.  
  417.  
  418.  
  419. david a. belsley
  420. boston college          belsley@bcvax3.bitnet
  421.  
  422. ------------------------------
  423.  
  424. Date: Mon, 06 Jun 88 11:33:17 CDT
  425. From: CB Lih <CL06076@UAFSYSB>
  426. Subject: MacMysteries
  427.  
  428. Hello, I have to setup Mac SEs on a regular basis.  There's some things
  429. that have been bothering me about this process.  Perhaps someone on the
  430. net could tell me why:
  431. do they put the top of the plastic sack on the bottom of the SE?
  432. do they put tape around the ends of the plastic sack on the keyboard cable?
  433. don't they twist the screen adjusters so it uses the whole screen?
  434. don't they give me a Mac II?
  435.  
  436.   Ok, I know the answer to the last question.  Any takers on the others?
  437.  
  438. And another thing.  Why does the SE default to (tablet) instead of the
  439. mouse?  Even 'slow' would be a great improvement over 'very slow'.
  440.  
  441. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  442. Sincerly, and I mean that,
  443.  
  444.       =---> CB Lih <---=
  445. User Services -> Computing Services -> University of Arkansas -> Fayetteville
  446. CL06076@UAFSYSB  Disclaimer: There's a hole in my ozone layer.
  447.  
  448. ------------------------------
  449.  
  450. Date: Tue, 7 Jun 88 16:45 EDT
  451. From: "Maj. Doug Hardie" <Hardie@DOCKMASTER.ARPA>
  452. Subject: Disassemblers
  453.  
  454. I am looking for a disassembler that is not dependent on a particular
  455. form of object code.  The disassembler in the archive appears to look
  456. for a specific form from one compiler and it will ignore code that is
  457. not in that form.
  458.  
  459. -- Doug
  460.  
  461. ------------------------------
  462.  
  463. Date: Wed, 8 Jun 88 01:19:59 PDT
  464. From: Fung-Fung Lee <lee@shasta.stanford.edu>
  465. Subject: International Sorting
  466.  
  467.  
  468. Mac's international sorting routines are supposed to handle the sorting
  469. processing for non-Roman scripts. However, I recently found that
  470. they did not sort quite well with the Chinese Talk, the Chinese Script
  471. Interface System.  Is it possible to create my own ordering routines?
  472. How can I do that?
  473.  
  474. Fung F Lee (lee@shasta.stanford.edu)
  475.  
  476. ------------------------------
  477.  
  478. Date: Wed 8 Jun 88 08:18:16-EDT
  479. From: Computing Analysis Corporation <eoyang@A.ISI.EDU>
  480. Subject: OCR-A font
  481.  
  482. We have a need for an ugly font to be printed with a Mac on a Laserwriter:
  483.  
  484. The IBM Ball says OCR-A #96
  485.  
  486. Our people would rather produce the documents on their Mac than on a
  487. selectric, however it must be scannable by a specific scanner which reads
  488. only this font.
  489.  
  490. Does anyone know if it exists?
  491. Thanks much,
  492. Greg Eoyang
  493.  
  494. ------------------------------
  495.  
  496. Date: Thursday 09 Jun 88 10:30 AM CT
  497. From: Tom Pinkerton <ASTTOMPA%UIAMVS.BITNET@CUNYVM.CUNY.EDU>
  498. Subject: JIODone call at end of drvrCtl DA routine
  499.  
  500. Anyone,
  501.  
  502.    For a while now, I've been using an ending to the drvrCtl desk accessory
  503. routine that was supplied with my MDS development package.  That ending,
  504. rather than simply returning, calls the low-level Device Manager routine
  505. IODone (pointed to by the JIODone global variable) before returning.  I've
  506. been blindly keeping this in all my DA sources without really knowing its
  507. purpose.  I assume that who ever wrote the sample DA for the MDS development
  508. system knew what he or she were doing when they added this call.  All I can
  509. figure is that the call somehow clears the IO Request sent to the DA from the
  510. driver IO Queue so that other devices won't receive the request (since they
  511. needn't bother with it, I guess).  Does anyone know anything about this?  Is
  512. it safe to continue using this call, or can it have bad side effects on
  513. anything?
  514.  
  515.                            Thanx,
  516.                                  Tom P.
  517.  
  518. ------------------------------
  519.  
  520. From: "R.Crispin - Psychology" <psych@watdcsu.waterloo.edu>
  521. Subject: Asnyc Peek
  522. Date: 9 Jun 88 12:39:31 GMT
  523. Reply-to: "R.Crispin - Psychology" <psych@watdcsu.waterloo.edu>
  524.  
  525.  
  526. A few weeks ago I got some stuff that was supposed to contain Async Appletalk
  527. and Async Peek. Appletalk I got, but only the documentation for Async Peek
  528. was included. Could some one send it to me.
  529. Thanks
  530. Richard Crispin
  531. Dept. of Psychology             Bitnet: psych@watdcs
  532. University of Waterloo          Unix  : psych@watdcsu.UWaterloo.ca
  533. Waterloo, Ont.   Canada   N2L 3G1
  534. (519)885-1211 ext 2879
  535.  
  536. ------------------------------
  537.  
  538. Date: Thu, 9 Jun 88 16:31:02 est
  539. From: Lucius Chiaraviglio <chiaravi@silver.bacs.indiana.edu>
  540. Subject: Anyone know if Apple is planning to offer 1.6 Mb floppy
  541. Subject: capability?
  542.  
  543.         A while ago I heard a rumor that Apple was planning to offer 1.6 Mb
  544. (quadruple density, I guess) 3+1/2 in. floppy drives for the MacIntoshes.
  545. Does anyone know when (if ever) this is supposed to happen?  Also, does anyone
  546. have any idea of how compatible these 1.6 Mb floppy drives (if any) will be
  547. with 800 kb disks?  I would prefer that they be able to write as well as read
  548. 800 kb and 400 kb disks. . .
  549.  
  550.         -- Lucius Chiaraviglio
  551.            chiaravi@silver.bacs.indiana.edu
  552.            lucius@tardis.harvard.edu    (in case the first one doesn't work)
  553.  
  554. ------------------------------
  555.  
  556. End of INFO-MAC Digest
  557. **********************